feat(web-api): Add support for admin.users.getExpiration - #2451
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2451 +/- ##
==========================================
+ Coverage 89.11% 89.14% +0.02%
==========================================
Files 65 65
Lines 10351 10361 +10
Branches 473 473
==========================================
+ Hits 9224 9236 +12
+ Misses 1096 1094 -2
Partials 31 31
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
misscoded
marked this pull request as ready for review
December 18, 2025 21:50
zimeg
approved these changes
Dec 19, 2025
zimeg
left a comment
Member
There was a problem hiding this comment.
@misscoded LGTM and thanks so much for including the generated responses with this change 🙏 ✨
I left a comment about one of those changes, but no blockers for this method 🤖
WilliamBergamin
approved these changes
Jan 16, 2026
Revert the response-type files swept in by a full type regen that are unrelated to admin.users.getExpiration, leaving only the method's own type changes. Response-type currency is handled separately. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
🦋 Changeset detectedLatest commit: 2fcdb59 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for
admin.users.getExpiration(and updates generated responses). See documentation.Resolves #2420.
Requirements (place an
xin each[ ])